home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 19.zip / BS1 part 19 / Lattice C disk 4.adf / Compiler_Headers / proto / timer.h < prev    next >
C/C++ Source or Header  |  1988-11-01  |  419b  |  13 lines

  1. #ifndef DEVICES_TIMER_H
  2. #include <devices/timer.h>
  3. #endif
  4. extern struct Library *TimerBase;
  5. void AddTime(struct timerequest *, struct timerequest *);
  6. void SubTime(struct timerequest *, struct timerequest *);
  7. long CmpTime(struct timerequest *, struct timerequest *);
  8. #ifndef  NO_PRAGMAS
  9. #pragma libcall TimerBase AddTime 2a 9802
  10. #pragma libcall TimerBase SubTime 30 9802
  11. #pragma libcall TimerBase CmpTime 36 9802
  12. #endif
  13.